home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 0962 / wrzsplit.txt < prev   
Text File  |  1997-04-14  |  5KB  |  105 lines

  1.  
  2. Windows RZSplit v3.4 
  3. ====================
  4.  
  5.     WRZSPLIT is a 16-bit Windows program to split and build any size files.
  6.     This program was written in Visual Basic 3.0, so you need to have 
  7.     the file VBRUN300.DLL in your \windows\system directory.
  8.     
  9.     
  10. To Split a file:
  11. ================
  12.  
  13.     Just select a file on the left side of the form, and then pick the
  14.     size you want the file to be split up into.  Or pick "other" and type
  15.     in another size in bytes (for example, say you want the split files
  16.     to be 1 Meg, type in 1000000). All files created will have a ".001" 
  17.     thru ".999" file extension on them, and will be created in the same 
  18.     directory as the file selected. Select a destination directory you 
  19.     want to split files to go and hit the GO button to Split the file.
  20.     
  21.  
  22. To Join a file:
  23. ===============
  24.     
  25.     Pick any file (with an extension of ".001" and pick    the Action "Join".  
  26.     Then hit the GO button. The new file will be created in the directory 
  27.     specified on the destination directory on the right of the form.  
  28.     
  29.     
  30. Legal Stuff
  31. ===========
  32.  
  33.     The programmer cannot accept responsibility for any damages that may be
  34.     incurred by the use of this program. 
  35.  
  36.     Please read the following lines carefully, before using this software. Should 
  37.     you disagree with the following, then you are not allowed to use this program. 
  38.     You MUST then delete it and never use it.
  39.  
  40.     You have the right to test this program for the period of one month. You are 
  41.     allowed to copy this Shareware-version (and ONLY the Shareware version) and give
  42.     it to any other person, as long as it is not modified in any way. Under modifi-
  43.     cations we understand the changing, adding or removing of any files of this 
  44.     package without the author's written permission. You are NOT allowed to pack
  45.     this program together with a commercial program or a book. Shareware dealers are
  46.     allowed to sell the Shareware version for a small fee (US $10). You are
  47.     encouraged to put this program on as many BBS systems as possible.
  48.  
  49.     Usage of this software after the trial period of one month is in violation of 
  50.     international Copyright law! Also it is unfair against the author, who spent
  51.     hundreds of hours writing this program.
  52.  
  53.  
  54. Registration
  55. ============
  56.  
  57.     WRZSPLIT is neither freeware nor public domain. It is shareware. A use after 
  58.     the 30 day trial period requires registration. The registration fee only costs 
  59.     $10.00 US dollars. 
  60.     
  61.     To register WRZSPLIT just email me at "rzinor@abraxis.com", and I will send you the
  62.     information you need.  The random nag dialog will pop up about every 5 times 
  63.     you hit the "GO" button.
  64.     
  65.  
  66. Notes
  67. =====
  68.  
  69.     WRZSPLIT is compatable with the DOS versions of RZSPLIT 2.3 and higher. Next 
  70.     release will be built under VB4 for Win95.  Even though its a 16-bit program,
  71.     it will also work with Win95.
  72.  
  73.  
  74. Versions
  75. ========
  76.  
  77.     1.0 - Initial Release
  78.     1.1 - Minor bug fixes
  79.     1.2 - Added 99 split file limitation, and turned off radio buttons
  80.            when not needed.
  81.     1.3 - Fixed file list only to show files with a "*.R01" extension on
  82.           them when you Join, and show all files when you Split.      
  83.     2.9 - Made code compatable with DOS RZSplit.  Changed version to match
  84.           DOS version.  Also added destination directory window. 
  85.     3.0 - Fixed radio button bug, changed way the random nag works. Subtracted
  86.           50 bytes from split file sizes in radio buttons so if you had a disk
  87.           error, you would have room to fix the sectors. Added on-line Help.
  88.     3.1 - Fixed code to handle files not created with RZSplit. Also fixed dialog
  89.           box if filename selected was 0 bytes. Made fatal errors not exit program.
  90.     3.2 - Fixed code that checks to see if split files were created by RZSplit.      
  91.     3.3 - Added logic so if you are splitting files to floppy, and a disk is full
  92.           you will be prompted for another disk.  Also added a progress bar to
  93.           show the reading or writing of split files. Added "doevents" function
  94.           so you can now do other work while its splitting or joining files.
  95.           Also when you are joining from files on floppy, and it cannot find the
  96.           next split file it will ask you to try another disk.
  97.     3.4 - Put in Message and split filename its currently working on above status 
  98.           bar. Changed e-mail address.  Will ask user before overwriting file.                      
  99.                     
  100.           
  101. WRZSplit was written by R.Zino. EMail me at "rzino@abraxis.com" with any 
  102. comments and/or questions. Look in "ftp.winsite.com" for the newest versions 
  103. of RZSplit for Windows 16 and 32 bit.
  104.     
  105. EOF